home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / skatecart.swf / scripts / DefineButton2_117 / BUTTONCONDACTION on(keyPress Left).as
Encoding:
Text File  |  2005-11-19  |  92 b   |  7 lines

  1. on(keyPress "<Left>"){
  2.    tellTarget("/B/bike/rotate")
  3.    {
  4.       nextFrame();
  5.    }
  6. }
  7.